home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / os20 / cli / c2f08.readme < prev    next >
Encoding:
Text File  |  1993-07-09  |  1.9 KB  |  55 lines

  1. Short: pops up a window with a cyclegadget
  2. Type: os20/cli
  3.  
  4.    TYPE
  5.      os20/cli
  6.  
  7.    NAME
  8.      Cycle2Faust - pops up a window with a cyclegadget with specified items
  9.                    and returns the selected
  10.  
  11.    SYNOPSIS
  12.      Cycle2Faust NAME/A,TEXT/A,CYCLE/A/M,PUB/K,X/N,Y/N
  13.  
  14.    DESCRIPTION
  15.      Cycle2Faust pops up a window with a cyclegadget with specified items
  16.      and returns the selected. Cycle2Faust makes only sense with Cycle2Menu!
  17.  
  18.      Arguments are (first three required):
  19.  
  20.      -NAME  the name of the window that'll pop up
  21.  
  22.      -TEXT  the text above the cycle gadget
  23.  
  24.      -CYCLE the items in the cyclegadget. There is a limit of 10 items,
  25.             i hope to remove this limit.
  26.      -PUB   public sreen to pop up, if not given it'll be the default
  27.             public screen (probably Workbench)
  28.      -X,Y   x- and y-coordinates of the window
  29.  
  30.    USAGE
  31.      Cycle2Faust "What should I do?" choose: Info Avail List NewShell >ENV:CH
  32.  
  33.      the environment variable $CH is set to your choice. Example see Demo sript
  34.  
  35.    SEE ALSO
  36.  
  37.    BUGS
  38.      items limited to 10
  39.  
  40.    BACKGROUND
  41.      Cycle2Faust was mainly written for demonstrating correct parsing of
  42.      cyclegadget messages: gadtools returns the selected item in the code field
  43.      of the message! It's false to interpret every click on a cyclegadget as
  44.      a step forward, it maybe backward if the shiftkey is pressed or with
  45.      Cycle2Menu it maybe a jump over 3 items. False interpreting of the message
  46.      was done by GadToolsbox (it's fixed in V2 and i used it for this project),
  47.      ReOrg V2.3 and Studio. Studio is a commercial product and I had a mail war
  48.      with the author "Wolf Faust" (=> Cycle2Faust <=), he kept claiming
  49.      Cycle2Menu is wrong and he's doing right. "Faust" is also the german word
  50.      for fist. Cycle2Faust: my hands cycled to fists.
  51.  
  52.  
  53.    AUTHOR
  54.      Stefan Le Breton (slbrbbbh@w250zrz.zrz.tu-berlin.de)
  55.